Join returns a String created by joining a number of substrings contained in an array.
To convert elements stored in a String array to a single String.
The following examples are applicable to Basic and Crystal syntax.
The examples assume that list is a String array consisting of the 3 elements: "Chocolate", "Vanilla" and "Strawberry".
Returns the String "Chocolate Vanilla Strawberry".
Returns the String "Chocolate***Vanilla***Strawberry".
This function is designed to work like the Visual Basic function of the same name.
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |